added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Tracking / FileTrackingService / VB / SimpleFileTrackingService / My Project / Resources.Designer.vb
blobf88cf746eb4119c33309c4ca37d658f5cbf9912c
1 '----------------------------------------------------------------------
2 ' This file is part of the Windows Workflow Foundation SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 ' This source code is intended only as a supplement to Microsoft
7 ' Development Tools and/or on-line documentation. See these other
8 ' materials for detailed information regarding Microsoft code samples.
9 '
10 ' THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 ' KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 ' IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 ' PARTICULAR PURPOSE.
14 '----------------------------------------------------------------------
15 '------------------------------------------------------------------------------
16 ' <auto-generated>
17 ' This code was generated by a tool.
18 ' Runtime Version:2.0.50727.42
20 ' Changes to this file may cause incorrect behavior and will be lost if
21 ' the code is regenerated.
22 ' </auto-generated>
23 '------------------------------------------------------------------------------
25 Option Strict On
26 Option Explicit On
28 Imports System
30 Namespace My.Resources
32 'This class was auto-generated by the StronglyTypedResourceBuilder
33 'class via a tool like ResGen or Visual Studio.
34 'To add or remove a member, edit your .ResX file then rerun ResGen
35 'with the /str option, or rebuild your VS project.
36 '''<summary>
37 ''' A strongly-typed resource class, for looking up localized strings, etc.
38 '''</summary>
39 <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
40 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
41 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
42 Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
43 Friend Module Resources
45 Private resourceMan As Global.System.Resources.ResourceManager
47 Private resourceCulture As Global.System.Globalization.CultureInfo
49 '''<summary>
50 ''' Returns the cached ResourceManager instance used by this class.
51 '''</summary>
52 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
53 Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
54 Get
55 If Object.ReferenceEquals(resourceMan, Nothing) Then
56 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Microsoft.Samples.Workflow.FileTrackingServiceAndQuerySample.Resources", GetType(Resources).Assembly)
57 resourceMan = temp
58 End If
59 Return resourceMan
60 End Get
61 End Property
63 '''<summary>
64 ''' Overrides the current thread's CurrentUICulture property for all
65 ''' resource lookups using this strongly typed resource class.
66 '''</summary>
67 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
68 Friend Property Culture() As Global.System.Globalization.CultureInfo
69 Get
70 Return resourceCulture
71 End Get
72 Set
73 resourceCulture = value
74 End Set
75 End Property
76 End Module
77 End Namespace